﻿@media (max-width: 835px) {
	#menu-mobile .mm-listitem .mm-listitem__text {
	    font-family: 'frutiger';
	    text-transform: uppercase;
	}
    #header {
        display: none!important;
    }
    #tempoEsperaContMob{
		display:none!important;
	}
    #header-mobile {
        height: auto;
        padding: 15px 0;
        display: block!important;
    }
    #header-mobile .header-logo-inner img {
        max-width: 170px;
        width: 100%;
        height: auto;
    }
    #header-mobile .header a {
        display: block;
        width: 48px;
        height: 18px;
        padding: 0 10px;
        position: absolute;
        top: 28px;
        right: 15px;
    }
    #header-mobile .header a:before, 
    #header-mobile .header a:after {
        content: '';
        display: block;
        background: #343434;
        height: 2px;
    }
    #header-mobile .header a span {
        background: #343434;
        display: block;
        height: 2px;
        margin: 6px 0;
    }
    #header-top-search {
        position: absolute;
        top: 25px;
        right: 80px;
    }
}
